home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / BASICWNT.ZIP / CHARSET.BAS < prev    next >
Encoding:
BASIC Source File  |  1996-02-11  |  193 b   |  8 lines

  1. 5 INDEX =0 
  2. 10 cls 
  3. 15 for ROW =0 to 25 :for COL =0 to 12 
  4. 20 cursor (COL *6 ,ROW ):print INDEX ;"=" ;chr$ (INDEX )
  5. 25 INDEX =INDEX +1 
  6. 26 if INDEX >255 then end 
  7. 30 next COL :next ROW 
  8.